home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSPELLOPTIONDIALOGCSAPI / TSPELLOPTIONDIALOGCSAPI.txt
Text File  |  2004-10-12  |  2KB  |  81 lines

  1. object SpellOptionDialogCSAPI: TSpellOptionDialogCSAPI
  2.   Left = 307
  3.   Top = 197
  4.   HelpContext = 14022
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spell Checking Options'
  7.   ClientHeight = 170
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object cbIgnoreAllCaps: TCheckBox
  21.     Left = 16
  22.     Top = 16
  23.     Width = 410
  24.     Height = 17
  25.     Caption = 'Ignore &all-caps words (e.g., FYI)'
  26.     TabOrder = 0
  27.   end
  28.   object cbIgnoreNumbers: TCheckBox
  29.     Left = 16
  30.     Top = 40
  31.     Width = 410
  32.     Height = 17
  33.     Caption = 'Ignore words with &numbers (e.g., Win32)'
  34.     TabOrder = 1
  35.   end
  36.   object cbIgnoreRoman: TCheckBox
  37.     Left = 16
  38.     Top = 64
  39.     Width = 410
  40.     Height = 17
  41.     Caption = 'Ignore word composed of all roman numerals (e.g., XXIV)'
  42.     TabOrder = 2
  43.   end
  44.   object cbPhonetic: TCheckBox
  45.     Left = 16
  46.     Top = 88
  47.     Width = 410
  48.     Height = 17
  49.     Caption = '&Phonetic suggestions'
  50.     TabOrder = 3
  51.   end
  52.   object bOK: TButton
  53.     Left = 232
  54.     Top = 136
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 4
  61.   end
  62.   object bCancel: TButton
  63.     Left = 320
  64.     Top = 136
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 5
  71.   end
  72.   object cbSuggestFromUserDict: TCheckBox
  73.     Left = 17
  74.     Top = 112
  75.     Width = 410
  76.     Height = 17
  77.     Caption = 'Suggest from User Dictionaries'
  78.     TabOrder = 6
  79.   end
  80. end
  81.